Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a few things to the NCCL communicator #503

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

brownbaerchen
Copy link
Contributor

In this PR

  • synchronisation is skipped for some MPI operations that are used in mpi4py-fft, such as Is_inter,
  • synchronisation is skipped if allreduce and reduce (lower case) are used with data that is not on GPU,
  • Barrier now synchronises the device to cause a barrier on device as well, rather than just on the host.

These changes are rather small and are still not captured by any test. There is some unrelated issue that causes some Allen-Cahn tests to fail. I haven't looked into why yet, but they also fail on the master branch.

@pancetta pancetta merged commit b81b47b into Parallel-in-Time:master Nov 14, 2024
79 of 86 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants